home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / text / misc / micronote.lha / オNote / Source / Note_cat.h < prev    next >
C/C++ Source or Header  |  1996-12-27  |  2KB  |  52 lines

  1. /****************************************************************
  2.    This file was created automatically by `FlexCat 1.5'
  3.    from "Note.cd".
  4.  
  5.    Do NOT edit by hand!
  6. ****************************************************************/
  7.  
  8. #ifndef Note_CAT_H
  9. #define Note_CAT_H
  10.  
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif    /*  !EXEC_TYPES_H        */
  15. #ifndef LIBRARIES_LOCALE_H
  16. #include <libraries/locale.h>
  17. #endif    /*  !LIBRARIES_LOCALE_H     */
  18.  
  19.  
  20. /*  Prototypes    */
  21. extern void OpenNoteCatalog(struct Locale *, STRPTR);
  22. extern void CloseNoteCatalog(void);
  23. extern STRPTR GetNoteString(APTR);
  24.  
  25. /*  Definitions */
  26. extern const APTR _msgAppDesc;
  27. #define msgAppDesc ((APTR) &_msgAppDesc)
  28. extern const APTR _msgAboutTitle;
  29. #define msgAboutTitle ((APTR) &_msgAboutTitle)
  30. extern const APTR _msgAboutButton;
  31. #define msgAboutButton ((APTR) &_msgAboutButton)
  32. extern const APTR _msgAbout;
  33. #define msgAbout ((APTR) &_msgAbout)
  34. extern const APTR _msgSchieber;
  35. #define msgSchieber ((APTR) &_msgSchieber)
  36. extern const APTR _msgMDrucken;
  37. #define msgMDrucken ((APTR) &_msgMDrucken)
  38. extern const APTR _msgMDruckenSC;
  39. #define msgMDruckenSC ((APTR) &_msgMDruckenSC)
  40. extern const APTR _msgMAbout;
  41. #define msgMAbout ((APTR) &_msgMAbout)
  42. extern const APTR _msgMAboutM;
  43. #define msgMAboutM ((APTR) &_msgMAboutM)
  44. extern const APTR _msgMQuit;
  45. #define msgMQuit ((APTR) &_msgMQuit)
  46. extern const APTR _msgMSettings;
  47. #define msgMSettings ((APTR) &_msgMSettings)
  48. extern const APTR _msgMSettingsM;
  49. #define msgMSettingsM ((APTR) &_msgMSettingsM)
  50.  
  51. #endif /*   !Note_CAT_H  */
  52.